Skip to content

[#749] Remove Donations/Trades from Reader, add Activity Stats dashboard#752

Merged
realproject7 merged 1 commit intomainfrom
task/749-reader-activity-cleanup
Apr 2, 2026
Merged

[#749] Remove Donations/Trades from Reader, add Activity Stats dashboard#752
realproject7 merged 1 commit intomainfrom
task/749-reader-activity-cleanup

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Remove Donations section and Trading History from Portfolio/Reader tab — only Portfolio summary + Story Token Holdings remain
  • Add Activity Stats 4-box dashboard (grid-cols-2/4) at top of Activity tab: Trades count, Trade Volume, Donations count, Donated amount
  • Stats computed from existing feed data — no extra queries needed
  • Net -29 lines

Fixes #749

Test plan

  • Reader/Portfolio tab: only Portfolio summary boxes + Story Token Holdings visible
  • Reader/Portfolio tab: no Donations section, no Trading History section
  • Activity tab: 4-box Activity Stats dashboard at top (2-col mobile, 4-col desktop)
  • Activity tab: trade count, trade volume, donation count, donated amount displayed
  • Activity feed still renders below the dashboard
  • Verify at 375px mobile viewport
  • npm run build passes

🤖 Generated with Claude Code

…shboard

1. Remove Donations section and Trading History from Portfolio/Reader tab
   — only Portfolio summary + Story Token Holdings remain
2. Add Activity Stats 4-box dashboard at top of Activity tab:
   Trades count, Trade Volume, Donations count, Donated amount
3. Stats computed from existing feed data (no extra queries)

Fixes #749

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 2, 2026 11:01am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T2b APPROVE — all items for #749 verified:

  1. Donations section fully removed from Reader/Portfolio tab ✓
  2. Trading History (PortfolioTradingHistory) removed from Reader tab ✓
  3. Activity Stats 4-box dashboard at top of Activity tab (grid-cols-2/4): Trades, Trade Vol, Donations, Donated ✓
  4. Stats computed from existing feed data — no extra queries ✓
  5. Activity feed preserved below dashboard ✓

Note: stats reflect loaded feed entries only (not lifetime totals), which is consistent with the "computed from existing feed data" approach. Single file, net -29 lines. Clean.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

This matches issue #749 as written. The Reader tab now only keeps the portfolio summary and story token holdings, and the Activity tab gets the requested 4-box stats summary using existing feed data.

Findings

  • None.

Decision

Approved because the change is minimal, focused, and consistent with the acceptance criteria.

@realproject7 realproject7 merged commit 8a6b486 into main Apr 2, 2026
5 checks passed
@realproject7 realproject7 deleted the task/749-reader-activity-cleanup branch April 2, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Donations + Trades from Reader tab, add dashboard to Activity tab

2 participants